#-*- Mode:Text; Tab-width:4 -*-
#                                                                          
#                                                                          
#                       RESTRICTED RIGHTS LEGEND                           
#                                                                          
#  Use, duplication, or disclosure by the Government is subject to         
#  restrictions as set forth in subdivision (c)(1)(ii) of the Rights in    
#  Technical Data and Computer Software clause at 252.227-7013.            
#                                                                          
#                     TEXAS INSTRUMENTS INCORPORATED.                      
#                             P.O. BOX 149149                              
#                          AUSTIN, TEXAS 78714-9149                        
#                               MS 2151                                    
#                                                                          
#   Copyright (C) 1987,1988,1989,1990 Texas Instruments Incorporated.            
#   All rights reserved.                                                   
#      

# 11/30/89 sbw: Added mxcincludes to COptions.
#               Removed gethostname from library.

# Makefile for sockets.

# Rule Customizations

COptions	= {CFlags} -i {maclispm} -i {mxCincludes} -i {Cincludes} -i {rpc} -i {bsd} -i {bsd}sys: -i {driver} 

bsd.o	   	bcmp.c.o bcopy.c.o bzero.c.o getgroups.c.o gethostbyname.c.o gettimeof.c.o
	lib -d -p -o bsd.o bcmp.c.o bcopy.c.o bzero.c.o getgroups.c.o gethostbyname.c.o gettimeof.c.o

bsd.o  {mx-lib}bsd-types.h {mx-lib}bsd-in.h

# Copy the include files to the library.
{mx-lib}bsd-types.h  :sys:bsd-types.h
	duplicate :sys:bsd-types.h {mx-lib}bsd-types.h -y

{mx-lib}bsd-in.h  :netinet:bsd-in.h
	duplicate :netinet:bsd-in.h {mx-lib}bsd-in.h -y

